home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / INSTALL.DSK / LSKN30EN.DLL / string.txt next >
Text File  |  1995-10-11  |  19KB  |  846 lines

  1. 1    <error>
  2. 2    <id>
  3. 3    REM
  4. 4    SubName
  5. 5    LabelName
  6. 6    EndStmt
  7. 7    UnderScore
  8. 8    DIM
  9. 9    DECLARE
  10. 10    CONST
  11. 11    OPTION
  12. 12    DEFVAR
  13. 13    DEFINT
  14. 14    DEFLNG
  15. 15    DEFSNG
  16. 16    DEFDBL
  17. 17    DEFCUR
  18. 18    DEFSTR
  19. 19    STATIC
  20. 20    PUBLIC
  21. 21    PRIVATE
  22. 22    FUNCTION
  23. 23    SUB
  24. 24    PROPERTY
  25. 25    GET
  26. 26    SET
  27. 27    DO
  28. 28    FOR
  29. 29    FORALL
  30. 30    WHILE
  31. 31    THEN
  32. 32    GOTO
  33. 33    IN
  34. 34    CASE
  35. 35    STEP
  36. 36    NEXT
  37. 37    CLASS
  38. 38    TYPE
  39. 39    UNTIL
  40. 40    LOOP
  41. 41    ELSEIF
  42. 42    ELSE
  43. 43    IF
  44. 44    SELECT
  45. 45    WITH
  46. 46    WEND
  47. 47    INTEGER
  48. 48    LONG
  49. 49    SINGLE
  50. 50    DOUBLE
  51. 51    CURRENCY
  52. 52    VARIANT
  53. 53    ANY
  54. 54    END
  55. 55    <eof>
  56. 56    <eol>
  57. 57    <eos>
  58. 58    <productstr>
  59. 59    <binaryconst>
  60. 60    <floatconst>
  61. 61    <hexconst>
  62. 62    <integerconst>
  63. 63    <octalconst>
  64. 64    <strconst>
  65. 65    <prodconst>
  66. 66    (
  67. 67    ;
  68. 68    .
  69. 69    ..
  70. 70    =
  71. 71    <>
  72. 72    <
  73. 73    <=
  74. 74    >
  75. 75    >=
  76. 76    =<
  77. 77    =>
  78. 78    ><
  79. 79    &
  80. 80    -
  81. 81    +
  82. 82    <intdiv>
  83. 83    *
  84. 84    /
  85. 85    ^
  86. 86    IS
  87. 87    IMP
  88. 88    EQV
  89. 89    XOR
  90. 90    OR
  91. 91    AND
  92. 92    NOT
  93. 93    LIKE
  94. 94    MOD
  95. 95    ACOS
  96. 96    ASC
  97. 97    ASIN
  98. 98    ATN
  99. 99    ATN2
  100. 100    COS
  101. 101    DATENUMBER
  102. 102    DATEVALUE
  103. 103    DAY
  104. 104    YIELD
  105. 105    EXP
  106. 106    HOUR
  107. 107    IMESTATUS
  108. 108    INSTR
  109. 109    INSTRB
  110. 110    ISARRAY
  111. 111    ISDATE
  112. 112    ISEMPTY
  113. 113    ISLIST
  114. 114    ISNULL
  115. 115    ISNUMERIC
  116. 116    ISOBJECT
  117. 117    ISSCALAR
  118. 118    ISUNKNOWN
  119. 119    LBOUND
  120. 120    LEN
  121. 121    LENB
  122. 122    LENBP
  123. 123    LOG
  124. 124    MINUTE
  125. 125    MONTH
  126. 126    MESSAGEBOX
  127. 127    NOW
  128. 128    RND
  129. 129    ROUND
  130. 130    SECOND
  131. 131    SGN
  132. 132    SHELL
  133. 133    SIN
  134. 134    SQR
  135. 135    STRCOMPARE
  136. 136    TAN
  137. 137    TIMER
  138. 138    TIMENUMBER
  139. 139    TIMEVALUE
  140. 140    TODAY
  141. 141    TYPENAME
  142. 142    UBOUND
  143. 143    UNI
  144. 144    VAL
  145. 145    DATATYPE
  146. 146    WEEKDAY
  147. 147    YEAR
  148. 148    INSTRBP
  149. 149    BIN
  150. 150    CHR
  151. 151    COMMAND
  152. 152    DATE
  153. 153    ENVIRON
  154. 154    FORMAT
  155. 155    HEX
  156. 156    INPUTBOX
  157. 157    LCASE
  158. 158    LEFT
  159. 159    LEFTB
  160. 160    LTRIM
  161. 161    MID
  162. 162    MIDB
  163. 163    OCT
  164. 164    RIGHT
  165. 165    RIGHTB
  166. 166    RTRIM
  167. 167    SPACE
  168. 168    STR
  169. 169    STRING
  170. 170    TIME
  171. 171    TRIM
  172. 172    UCASE
  173. 173    UCHR
  174. 174    USTRING
  175. 175    LEFTBP
  176. 176    MIDBP
  177. 177    RIGHTBP
  178. 178    BIN$
  179. 179    CHR$
  180. 180    COMMAND$
  181. 181    DATE$
  182. 182    ENVIRON$
  183. 183    FORMAT$
  184. 184    HEX$
  185. 185    INPUTBOX$
  186. 186    LCASE$
  187. 187    LEFT$
  188. 188    LEFTB$
  189. 189    LTRIM$
  190. 190    MID$
  191. 191    MIDB$
  192. 192    OCT$
  193. 193    RIGHT$
  194. 194    RIGHTB$
  195. 195    RTRIM$
  196. 196    SPACE$
  197. 197    STR$
  198. 198    STRING$
  199. 199    TIME$
  200. 200    TRIM$
  201. 201    UCASE$
  202. 202    UCHR$
  203. 203    USTRING$
  204. 204    LEFTBP$
  205. 205    MIDBP$
  206. 206    RIGHTBP$
  207. 207    EOF
  208. 208    FILEATTR
  209. 209    FILEDATETIME
  210. 210    FILELEN
  211. 211    FREEFILE
  212. 212    GETFILEATTR
  213. 213    LOC
  214. 214    LOF
  215. 215    SEEK
  216. 216    INPUT
  217. 217    INPUTB
  218. 218    CURDIR
  219. 219    CURDRIVE
  220. 220    DIR
  221. 221    INPUT$
  222. 222    INPUTB$
  223. 223    CURDIR$
  224. 224    CURDRIVE$
  225. 225    DIR$
  226. 226    CCUR
  227. 227    CDBL
  228. 228    CINT
  229. 229    CLNG
  230. 230    CSNG
  231. 231    CSTR
  232. 232    CVAR
  233. 233    CDAT
  234. 234    ERL
  235. 235    ERR
  236. 236    ERROR
  237. 237    ERROR$
  238. 238    ,
  239. 239    )
  240. 240    #
  241. 241    AS
  242. 242    LIST
  243. 243    TO
  244. 244    NEW
  245. 245    LIB
  246. 246    ALIAS
  247. 247    BYVAL
  248. 248    BASE
  249. 249    COMPARE
  250. 250    NOCASE
  251. 251    BIND
  252. 252    GOSUB
  253. 253    RESUME
  254. 254    CALL
  255. 255    REMOVE
  256. 256    EVENT
  257. 257    FROM
  258. 258    PRESERVE
  259. 259    ACCESS
  260. 260    WRITE
  261. 261    LOCK
  262. 262    OUTPUT
  263. 263    APPEND
  264. 264    BINARY
  265. 265    RANDOM
  266. 266    READ
  267. 267    SHARED
  268. 268    ACTIVATEAPP
  269. 269    LET
  270. 270    BEEP
  271. 271    DELETE
  272. 272    ERASE
  273. 273    EXECUTE
  274. 274    EXIT
  275. 275    LSET
  276. 276    RSET
  277. 277    USELSX
  278. 278    USE
  279. 279    ON
  280. 280    PRINT
  281. 281    TAB
  282. 282    SPC
  283. 283    RANDOMIZE
  284. 284    REDIM
  285. 285    RETURN
  286. 286    SENDKEYS
  287. 287    STOP
  288. 288    OPEN
  289. 289    CLOSE
  290. 290    RESET
  291. 291    LINE
  292. 292    PUT
  293. 293    NAME
  294. 294    WIDTH
  295. 295    FILECOPY
  296. 296    CHDIR
  297. 297    CHDRIVE
  298. 298    MKDIR
  299. 299    RMDIR
  300. 300    KILL
  301. 301    UNLOCK
  302. 302    SETFILEATTR
  303. 303    ME
  304. 304    LSI_INFO
  305. 305    ABS
  306. 306    FIX
  307. 307    FRACTION
  308. 308    INT
  309. 309    LISTTAG
  310. 310    ISELEMENT
  311. 311    TRUE
  312. 312    FALSE
  313. 313    NOTHING
  314. 314    NULL
  315. 315    PI
  316. 316    UNICODE
  317. 317    LMBCS
  318. 318    EVALUATE
  319. 319    ClassSt
  320. 320    TypeSt
  321. 321    TabMark
  322. 322    DOEVENTS
  323. 323    MSGBOX
  324. 324    APPACTIVATE
  325. 325    STRCOMP
  326. 326    SETATTR
  327. 327    GETATTR
  328. 328    CVDATE
  329. 329    DATESERIAL
  330. 330    TIMESERIAL
  331. 331    VARTYPE
  332. 332    EXPLICIT
  333. 333    TEXT
  334. 53249    Unexpected: %s
  335. 53250    [%d]
  336. 53251    End-of-file
  337. 53252    Compiler stack overflow at: %s
  338. 53253    Not an event name: %s
  339. 53254    Name previously declared: %s
  340. 53255    Illegal type suffix on name: %s
  341. 53256    Declaration may not contain type suffix and data type: %s
  342. 53257    Type suffix does not match data type: %s
  343. 53258    Class or type name not found: %s
  344. 53259    Name too long: %s
  345. 53260    Illegal range specifier
  346. 53261    Duplicate range specifier
  347. 53262    Illegal specification of array bounds for: %s
  348. 53263    Illegal numeric constant
  349. 53264    Numeric overflow
  350. 53265    Numeric underflow
  351. 53267    PROPERTY GET and SET must have same data type
  352. 53268    Illegal string length constant for: %s
  353. 53269    Illegal constant expression for: %s
  354. 53270    Illegal array bound for: %s
  355. 53271    Duplicate option
  356. 53272    Illegal STATIC on: %s
  357. 53273    Illegal value for OPTION BASE
  358. 53274    Variable not declared: %s
  359. 53275    Illegal parenthesized reference: %s
  360. 53276    Cannot subclass: %s
  361. 53277    Maximum array dimensions (8) exceeded: %s
  362. 53278    Wrong number of array subscripts for: %s
  363. 53279    Reference must contain exactly one subscript: %s
  364. 53280    Illegal use of parentheses
  365. 53281    Illegal BYVAL
  366. 53282    Variable required: %s
  367. 53283    Illegal reference to: %s
  368. 53284    Not a sub or function name: %s
  369. 53285    Derived class may not be PUBLIC when parent is PRIVATE: %s
  370. 53286    Arguments not legal in declaration of: %s
  371. 53287    Illegal scope for PUBLIC or PRIVATE on: %s
  372. 53288    Not an instance name: %s
  373. 53289    Not a member: %s
  374. 53290    Wrong number of arguments for: %s
  375. 53291    Illegal BYVAL on arguments to: %s
  376. 53292    Type mismatch on: %s
  377. 53293    Missing argument for: %s
  378. 53294    Illegal pass by value: %s
  379. 53295    Unterminated %REM block
  380. 53296    Unterminated multiline string
  381. 53297    Duplicate label: %s
  382. 53298    LISTTAG argument is not a FORALL alias variable
  383. 53299    Undefined label: %s
  384. 53300    FOR count variable already in use: %s
  385. 53301    Name does not match FOR count variable: %s
  386. 53302    Illegal reference to named constant: %s
  387. 53304    Illegal TO in reference to: %s
  388. 53305    Illegal single-line IF
  389. 53307    Statement is illegal outside of a subprogram
  390. 53308    Illegal ON ERROR statement
  391. 53309    Illegal use of NEW or DELETE
  392. 53310    Out of memory
  393. 53311    Illegal EXIT %s
  394. 53312    Error number must be INTEGER constant: %s
  395. 53313    Error number must be INTEGER
  396. 53314    Bounds must be specified in REDIM of: %s
  397. 53315    Label is illegal outside of a subprogram
  398. 53316    Cannot open included file: %s
  399. 53321    Storage class or visibility does not match forward declaration: %s
  400. 53322    Return type does not match forward declaration: %s
  401. 53323    Argument does not match forward declaration: %s
  402. 53324    Number of arguments does not match forward declaration: %s
  403. 53325    Illegal use of NEW on array or list declaration: %s
  404. 53326    Declaration not valid in TYPE scope: %s
  405. 53327    End-of-line
  406. 53328    Size of data cannot exceed 64K in this scope
  407. 53329    Illegal RESUME statement
  408. 53330    Illegal external argument: %s
  409. 53331    Named product class instance not valid here
  410. 53332    Illegal function return type for: %s
  411. 53333    Illegal data type for argument: %s
  412. 53334    Illegal ANY: %s
  413. 53335    Too many arguments for: %s
  414. 53336    Not an array, list, collection or variant: %s
  415. 53337    Illegal REDIM on: %s
  416. 53338    Not a product class: %s
  417. 53339    Illegal construction of type instance: %s
  418. 53340    Illegal product constant: %s
  419. 53341    Illegal property type for: %s
  420. 53342    Illegal use of ERASE
  421. 53343    Not a product class instance: %s
  422. 53344    Array size exceeds maximum: %s
  423. 53346    Member declared in a parent class: %s
  424. 53347    Method signature does not match parent method: %s
  425. 53348    Method was declared as something else in a parent: %s
  426. 53349    Property was declared as something else in a parent: %s
  427. 53350    Property type does not match parent property: %s
  428. 53351    Illegal PRIVATE declaration of: %s
  429. 53352    Illegal PUBLIC declaration of: %s
  430. 53353    PROPERTY SET not defined for: %s
  431. 53354    PROPERTY GET not defined for: %s
  432. 53355    TYPE declaration has no members
  433. 53356    %s
  434. 53357    Illegal OPTION BASE after array declaration
  435. 53358    ME not valid outside of class scope
  436. 53359    .. not valid outside of class scope
  437. 53360    Name was forward declared as something else: %s
  438. 53361    Illegal type suffix on FORALL alias variable: %s
  439. 53362    FORALL alias variable is not of same data type: %s
  440. 53363    Illegal reference to FORALL alias variable: %s
  441. 53365    SET may only be used on class instance assignments
  442. 53366    SET required on class instance assignment
  443. 53367    TYPE may not have instance of itself as a member: %s
  444. 53368    Unterminated %s block
  445. 53369    Expected: 
  446. 53370    Statement
  447. 53371    Expression
  448. 53372    Identifier
  449. 53373    Operator
  450. 53374    End-of-statement
  451. 53375    Data type
  452. 53376    String constant
  453. 53377    Label
  454. 53378    0
  455. 53379    1
  456. 53380    Not a PUBLIC member: %s
  457. 53381    Maximum number of errors reached
  458. 53382    Illegal character after continuation character
  459. 53383    Public symbol is declared in another module: %s
  460. 53384    Illegal DEFtype statement after declaration
  461. 53385    Unknown statement
  462. 53386    Statement is illegal in a subprogram
  463. 53389    INCLUDE filename must be a string literal
  464. 53390    Member of PUBLIC class or type is instance of a PRIVATE class or type: %s
  465. 53391    Wrong number of arguments to constructor for class: %s
  466. 53392    Illegal pass by value
  467. 53393    Illegal reference to array or list: %s
  468. 53394    Illegal type suffix on keyword: %s
  469. 53395    Class not specified on BIND into: %s
  470. 53396    Compiler statement stack overflow at: %s
  471. 53397    Illegal call to: %s
  472. 53398    DELETE not valid on: %s
  473. 53399    Too many items specified in input/output statement
  474. 53400    Too many labels specified in ON..GOTO statement
  475. 53401    FORALL alias variable already in use: %s
  476. 53402    Class is not a parent of this class: %s
  477. 53403    Member is not a subprogram: %s
  478. 53404    Illegal OPTION PUBLIC after declaration
  479. 53405    Illegal executable code at the module level
  480. 53406    Illegal PUBLIC instance of PRIVATE class or type: %s
  481. 53407    ISELEMENT argument is not a list or variant: %s
  482. 53408    Illegal constructor clause on: %s
  483. 53409    Parent SUB NEW has arguments, SUB NEW is required for: %s
  484. 53410    Illegal USE or USELSX statement after declaration
  485. 53411    Event handler must be a LotusScript SUB: %s
  486. 53412    FORALL alias variable was previously declared: %s
  487. 53413    Illegal OPTION DECLARE after implicit declaration
  488. 53414    Illegal use of array or list element as FORALL target
  489. 53415    Wrong data type for argument %s in event handler %s
  490. 53416    Too many nested INCLUDEs
  491. 53417    SUB NEW arguments do not match parent's SUB NEW arguments
  492. 53418    PROPERTY GET and SET must have same storage class and visibility
  493. 53419    Statement is illegal in TYPE block: %s
  494. 53420    Statement is illegal in CLASS block: %s
  495. 53421    Illegal name for class or type: %s
  496. 53422    DIM required on declarations in this scope
  497. 53423    Token is too long
  498. 53424    PUBLIC is not allowed in this module
  499. 53425    Duplicate forward declaration: %s
  500. 53426    FOR count variable must be a scalar variable: %s
  501. 53427    Expected expression before end of argument list for: %s
  502. 53428    Illegal use of property: %s
  503. 53429    File contains too many source lines
  504. 53430    Declaration of external subprogram is not legal inside a class
  505. 53431    Maximum allowable code size exceeded
  506. 53432    Maximum allowable data size exceeded
  507. 53433    Maximum allowable symbol table size exceeded
  508. 53434    Constant
  509. 53436    Unterminated string constant
  510. 53437    Illegal character after %INCLUDE directive
  511. 53438    Numeric constant
  512. 53439    Size of data cannot exceed 32K in this scope
  513. 53440    Unterminated square bracket reference
  514. 53441    Relational operator
  515. 53442    CASE ELSE must be the last CASE in a SELECT statement
  516. 53443    Illegal directive
  517. 53444    Unterminated %IF, %ELSEIF or %ELSE directive
  518. 53445    Illegal character after directive
  519. 53446    LIB name must be a string constant
  520. 53447    USE or USELSX name must be a string constant
  521. 53448    EVALUATE argument must be a string constant
  522. 53449    Illegal second parenthesized expression
  523. 53450    Illegal use of UNICODE or LMBCS keyword
  524. 53451    UNICODE and LBMCS strings must be declared BYVAL
  525. 53452    Empty parentheses not legal on: %s
  526. 53453    Too many nested WITHs
  527. 53454    Illegal use of escape character in identifier: %s
  528. 53455    Illegal use of escape character
  529. 53456    Error in EVALUATE macro
  530. 53457    Name previously referenced in this scope: %s
  531. 53458    Wrong number of arguments for event handler: %s
  532. 53459    Property is read-only: %s
  533. 53460    Missing subscript or collection index for: %s
  534. 53461    Missing argument to constructor for: %s
  535. 53462    Missing array bound for: %s
  536. 53463    Client variables holding arrays is not yet supported: %s
  537. 53464    LEN argument must be a variable or a string expression
  538. 53465    Missing collection index for: %s
  539. 53466    Missing list subscript for ISELEMENT argument: %s
  540. 53467    Cannot assign into collection item
  541. 53468    Cannot forward declare CLASS or TYPE
  542. 53469    CLASS or TYPE declaration may not be inside a control block
  543. 53470    Procedure declaration may not be inside a control block
  544. 53471    Collection item is not an instance: %s
  545. 53472    Product class does not have a New method: %s
  546. 53473    Error processing use list module: %s
  547. 53475    Illegal on declarations in this scope: %s
  548. 54017    User-defined error
  549. 54019    RETURN without GOSUB
  550. 54021    Illegal function call
  551. 54022    Overflow
  552. 54023    Out of memory
  553. 54025    Subscript out of range
  554. 54027    Division by zero
  555. 54029    Type mismatch
  556. 54030    Out of string space
  557. 54035    No RESUME
  558. 54036    RESUME without error
  559. 54044    Out of stack space
  560. 54051    Sub, function or property not defined
  561. 54064    Error in loading DLL
  562. 54065    Bad DLL calling convention
  563. 54067    Internal error[%ld-%ld]
  564. 54068    Bad file name or number
  565. 54069    File not found
  566. 54070    Bad file mode
  567. 54071    File already open
  568. 54073    Device I/O error
  569. 54074    File already exists
  570. 54075    Bad record length
  571. 54077    Disk full
  572. 54078    Input past end of file
  573. 54079    Bad record number
  574. 54080    Bad file name
  575. 54083    Too many files
  576. 54084    Device unavailable
  577. 54086    Permission denied
  578. 54087    Disk not ready
  579. 54090    Cannot rename with different drive
  580. 54091    Path/file access error
  581. 54092    Path not found
  582. 54107    Object variable not set
  583. 54108    FOR loop not initialized
  584. 54109    Invalid pattern string
  585. 54110    Invalid use of null
  586. 54111    Cannot destroy active instance
  587. 54112    File not writable
  588. 54113    File not readable
  589. 54114    Illegal file number
  590. 54115    File not open
  591. 54116    Conflicting modes supplied
  592. 54117    Unable to open file
  593. 54118    Illegal operation for file mode
  594. 54119    Data too big for record
  595. 54120    Bad attribute
  596. 54121    Cannot set attribute for file
  597. 54136    List item does not exist
  598. 54166    Cannot find module: %s
  599. 54167    Cannot find external name: %s
  600. 54168    Type mismatch on external name: %s
  601. 54169    Module already loaded
  602. 54170    Module not found
  603. 54171    Invalid module file
  604. 54172    Compiler error
  605. 54174    ADT error: Control procedure missing
  606. 54175    Named product object does not exist
  607. 54176    Unknown class of product object returned
  608. 54177    ADT error: Object handle changed
  609. 54178    Bad argument to external function
  610. 54179    Unsupported argument type to external function
  611. 54180    Unsupported return type for external function
  612. 54181    External function not found
  613. 54182    Event handler not attached
  614. 54183    Module in use
  615. 54184    Too many calls into module
  616. 54185    LISTTAG argument not a list element
  617. 54186    Illegal REDIM of fixed array
  618. 54187    Array size exceeds maximum limit
  619. 54188    Illegal LIKE pattern
  620. 54189    Argument out of range
  621. 54190    Illegal circular USE: %s
  622. 54191    Duplicate PUBLIC name %s in USE module %s
  623. 54192    Expression out of range
  624. 54193    Invalid ^ operator operands
  625. 54194    Error loading USE or USELSX module: %s
  626. 54195    Underflow
  627. 54196    Operation not supported on this platform
  628. 54197    Type suffix does not match actual data type
  629. 54198    Instance member does not exist
  630. 54199    Variant does not contain an object
  631. 54200    Variant does not contain a container
  632. 54201    Wrong number of arguments for method
  633. 54202    Name used as a method is not a method
  634. 54203    Illegal use of SUB
  635. 54204    Illegal use of FUNCTION
  636. 54205    Illegal use of PROPERTY
  637. 54206    Illegal use of read-only PROPERTY
  638. 54207    List reference must contain exactly one subscript
  639. 54208    ISELEMENT argument is not a list
  640. 54209    Illegal DELETE
  641. 54210    Not a product object
  642. 54211    Event does not exist
  643. 54212    Event handler argument type mismatch
  644. 54213    Event handler argument count mismatch
  645. 54214    Not a PUBLIC Member
  646. 54215    Missing argument
  647. 54216    Attempt to access uninitialized dynamic array
  648. 54217    Operation is disallowed in this session
  649. 54218    SET required on class instance assignment
  650. 54219    Invalid collection item
  651. 54220    Wrong number of collection indices
  652. 54221    Not a collection object
  653. 54222    Collection item not found
  654. 54223    Automation object error
  655. 54224    Cannot create automation object
  656. 54225    Automation object file name error
  657. 54226    Automation object member not found
  658. 54227    Wrong number of arguments for automation object
  659. 54228    Automation object argument type mismatch
  660. 54229    %s: %s
  661. 54230    Forall container invalid or modified
  662. 54231    Out of system stack space
  663. 54232    Illegal REDIM
  664. 54233    Error creating product object
  665. 54234    Error accessing product object property
  666. 54235    Error accessing product object method
  667. 54236    Error accessing product object
  668. 54237    Error in EVALUATE macro
  669. 54529    AM
  670. 54530    PM
  671. 54531    A
  672. 54532    P
  673. 54533    am
  674. 54534    pm
  675. 54535    a
  676. 54536    p
  677. 54537    Yes
  678. 54538    No
  679. 54539    True
  680. 54540    False
  681. 54541    On
  682. 54542    Off
  683. 54543    .
  684. 54544    ,
  685. 54545    /
  686. 54546    :
  687. 54547    AM
  688. 54548    PM
  689. 54549    $
  690. 54550    M/d/yy
  691. 54551    dddd, MMMM dd, yyyy
  692. 54552    Sunday
  693. 54553    Monday
  694. 54554    Tuesday
  695. 54555    Wednesday
  696. 54556    Thursday
  697. 54557    Friday
  698. 54558    Saturday
  699. 54559    Sun
  700. 54560    Mon
  701. 54561    Tue
  702. 54562    Wed
  703. 54563    Thu
  704. 54564    Fri
  705. 54565    Sat
  706. 54566    January
  707. 54567    February
  708. 54568    March
  709. 54569    April
  710. 54570    May
  711. 54571    June
  712. 54572    July
  713. 54573    August
  714. 54574    September
  715. 54575    October
  716. 54576    November
  717. 54577    December
  718. 54578    Jan
  719. 54579    Feb
  720. 54580    Mar
  721. 54581    Apr
  722. 54582    May
  723. 54583    Jun
  724. 54584    Jul
  725. 54585    Aug
  726. 54586    Sep
  727. 54587    Oct
  728. 54588    Nov
  729. 54589    Dec
  730. 54590    ASUNDAY
  731. 54591    AMONDAY
  732. 54592    ATUESDAY
  733. 54593    AWEDNESDAY
  734. 54594    ATHURSDAY
  735. 54595    AFRIDAY
  736. 54596    ASATURDAY
  737. 54597    ASUN
  738. 54598    AMON
  739. 54599    ATUE
  740. 54600    AWED
  741. 54601    ATHU
  742. 54602    AFRI
  743. 54603    ASAT
  744. 54604    MM
  745. 54605    TT
  746. 54606    SS
  747. 54607    HH
  748. 54608    MEIJI
  749. 54609    TAISHO
  750. 54610    SHOWA
  751. 54611    HEISEI
  752. 54612    BR
  753. 54613    AR
  754. 54614    ARN
  755. 54615    ARCN
  756. 54616    D
  757. 54617    M
  758. 54618    Y
  759. 54619    A
  760. 54620    B
  761. 54621    C
  762. 54622    D
  763. 54623    E
  764. 54624    F
  765. 54625    G
  766. 54626    H
  767. 54627    I
  768. 54628    J
  769. 54629    K
  770. 54630    INITIALIZE
  771. 54631    TERMINATE
  772. 54632    #NULL#
  773. 54633    %s+%ld: 
  774. 54634    $EXECUTE$
  775. 54635    $EXECUTE%d$
  776. 54636    EMPTY
  777. 54637    NULL
  778. 54638    INTEGER
  779. 54639    LONG
  780. 54640    SINGLE
  781. 54641    DOUBLE
  782. 54642    CURRENCY
  783. 54643    DATE
  784. 54644    STRING
  785. 54645    OBJECT
  786. 54646    ERROR
  787. 54647    BOOLEAN
  788. 54648    VARIANT
  789. 54649    UNKNOWN
  790. 54650    STRING
  791. 54651     LIST
  792. 54652    ( )
  793. 54653    %s( )
  794. 54654    %s LIST
  795. 54655    ARRAY
  796. 54656    LIST
  797. 54657    STRING*%d
  798. 54658    UNKNOWN
  799. 54659    OLE OBJECT
  800. 54660    [%d]
  801. 54661    VOID
  802. 54662    CONST %s
  803. 54663    [ %s ]
  804. 54664    INCLUDE
  805. 54665    ENDREM
  806. 54666    M
  807. 54667    T
  808. 54668    S
  809. 54669    H
  810. 54670    08.09.1868.
  811. 54671    30.07.1912.
  812. 54672    25.12.1926.
  813. 54673    08.01.1989.
  814. 54674    00
  815. 54675    WIN16
  816. 54676    WIN32
  817. 54677    WINNT
  818. 54678    WIN95
  819. 54679    WINDOWS
  820. 54680    OS2
  821. 54681    MAC
  822. 54682    MAC68K
  823. 54683    MACPPC
  824. 54684    HPUX
  825. 54685    SOLARIS
  826. 54686    UNIX
  827. 54687    OLE
  828. 54688    AIX
  829. 55553    Argument out of range
  830. 55554    Property does not exist
  831. 55555    Method does not exist
  832. 55556    Invalid object reference
  833. 55557    Argument type mismatch
  834. 55558    Invalid argument value
  835. 55559    Print operation failed
  836. 55560    Could not launch application
  837. 55561    Invalid window coordinates
  838. 55562    Cannot create file
  839. 55563    Could not save file
  840. 55564    Executable image of wrong format
  841. 55565    Clipboard contains nothing to paste
  842. 55566    Document is read only
  843. 55567    Unknown clipboard format
  844. 55569    Error raised during method invocation
  845. 55570    Unknown unit of measure
  846.